home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / osr5 / sco / scripts / admin / uucp / atdialers / atdialMICC < prev    next >
Encoding:
Text File  |  1997-08-26  |  1.4 KB  |  48 lines

  1. * atdialer default file for MICC 9610
  2. * john@armory.com
  3. *
  4. * &F:  restore factory defaults
  5. * &D2: switch to command mode when DTR drops, hang up, disable auto-answer
  6. * &C1: set carrier detect when remote carrier detected
  7. * S0=1: disable auto-answer
  8. * S2=043: escape char = +
  9. * added to MDM_SETUP:
  10. * \Q0:    turn off flow control
  11. * M0:    turn off speaker
  12. * \C0:    turn off auto-reliable buffer and fallback character
  13. * &W:   save in non-volatile memory
  14. * \C1:    turn on auto-reliable buffer, but not auto-reliable fallback char
  15. * \J0:    set constant-speed interface (default)
  16. * \N9:    set auto-reliable with V.42/V.42bis
  17. * \Q2:    Unidirectional hardware flow control (output only)
  18. * \Q3:    Bidirectional hardware flow control
  19. * \J1:    turn off constant-speed inteface
  20. * \N1:    direct mode
  21. * Variable rate interface. Put \J *after* \N
  22. MDM_SETUP=AT&F&D2&C1S0=1S2=043\Q0M0\C0\N1\J1
  23. * The constant rate interface does not work reliably.
  24. *MDM_SETUP=AT&F&D2&C1S0=1S2=043\Q2M0\C1\N9\J0
  25. MDM_DIALCMD=ATDT
  26. MDM_ESCAPE=+++
  27. MDM_HANGUP=ATQ0H0
  28. MDM_RESET=ATQ0Z
  29. *MDM_DIALIN=ATS0=1Q1M0&D2&C1\Q2\C0\N1\J0
  30. MDM_DIALIN=ATS0=1Q1M0&D2&C1\Q0\C0\N1\J1
  31. MDM_ATTN=AT
  32. MDM_DSBLESC=ATS2=128
  33. RTC_OK=OK
  34. RTC_NOCARR=NO CARRIER
  35. RTC_ERROR=ERROR
  36. RTC_NOTONE=NO DIALTONE
  37. RTC_BUSY=BUSY
  38. RTC_NOANS=NO ANSWER
  39. RTC_300=CONNECT
  40. RTC_1200=CONNECT 1200
  41. RTC_2400=CONNECT 2400
  42. RTC_4800=CONNECT 4800
  43. RTC_9600=CONNECT
  44. RTC_19200=CONNECT 19200
  45. RTC_38400=CONNECT 38400
  46.  
  47. STTY=-IXON -IXOFF -RTSFLOW -CTSFLOW -ORTSFL
  48.